type github.com/jackc/pgx/v5/pgtype.encodePlanFloat8CodecBinaryFloat64

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		float8.go#L120: 			return encodePlanFloat8CodecBinaryFloat64{}
		float8.go#L140: type encodePlanFloat8CodecBinaryFloat64 struct{}
		float8.go#L142: func (encodePlanFloat8CodecBinaryFloat64) Encode(value any, buf []byte) (newBuf []byte, err error) {